home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Adobe Graphics & Publishing SDK 1996 December
/
Adobe Graphics & Publishing SDK 1996 December.iso
/
pc
/
pm65sdk
/
sourcecode
/
c_language
/
exportf
/
windows
/
exportf.mak
< prev
next >
Wrap
Text File
|
1996-09-04
|
12KB
|
381 lines
# Microsoft Developer Studio Generated NMAKE File, Format Version 4.10
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
!IF "$(CFG)" == ""
CFG=ExportF - Win32 Debug
!MESSAGE No configuration specified. Defaulting to ExportF - Win32 Debug.
!ENDIF
!IF "$(CFG)" != "ExportF - Win32 Release" && "$(CFG)" !=\
"ExportF - Win32 Debug"
!MESSAGE Invalid configuration "$(CFG)" specified.
!MESSAGE You can specify a configuration when running NMAKE on this makefile
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
!MESSAGE NMAKE /f "ExportF.mak" CFG="ExportF - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "ExportF - Win32 Release" (based on\
"Win32 (x86) Dynamic-Link Library")
!MESSAGE "ExportF - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
!MESSAGE
!ERROR An invalid configuration is specified.
!ENDIF
!IF "$(OS)" == "Windows_NT"
NULL=
!ELSE
NULL=nul
!ENDIF
################################################################################
# Begin Project
# PROP Target_Last_Scanned "ExportF - Win32 Debug"
RSC=rc.exe
MTL=mktyplib.exe
CPP=cl.exe
!IF "$(CFG)" == "ExportF - Win32 Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "Release"
# PROP BASE Intermediate_Dir "Release"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "Release"
# PROP Intermediate_Dir "Release"
# PROP Target_Dir ""
OUTDIR=.\Release
INTDIR=.\Release
ALL : "$(OUTDIR)\ExportF.add"
CLEAN :
-@erase "$(INTDIR)\Convert.obj"
-@erase "$(INTDIR)\Exportf.res"
-@erase "$(INTDIR)\Main.obj"
-@erase "$(INTDIR)\PageMakerMemory.obj"
-@erase "$(INTDIR)\PageMakerUtils.obj"
-@erase "$(OUTDIR)\ExportF.add"
-@erase "$(OUTDIR)\ExportF.exp"
-@erase "$(OUTDIR)\ExportF.lib"
"$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
# ADD CPP /nologo /Zp1 /W3 /GX /O2 /I "..\..\..\Includes" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
CPP_PROJ=/nologo /Zp1 /ML /W3 /GX /O2 /I "..\..\..\Includes" /D "WIN32" /D\
"NDEBUG" /D "_WINDOWS" /Fp"$(INTDIR)/ExportF.pch" /YX /Fo"$(INTDIR)/" /c
CPP_OBJS=.\Release/
CPP_SBRS=.\.
# ADD BASE MTL /nologo /D "NDEBUG" /win32
# ADD MTL /nologo /D "NDEBUG" /win32
MTL_PROJ=/nologo /D "NDEBUG" /win32
# ADD BASE RSC /l 0x409 /d "NDEBUG"
# ADD RSC /l 0x409 /d "NDEBUG"
RSC_PROJ=/l 0x409 /fo"$(INTDIR)/Exportf.res" /d "NDEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
BSC32_FLAGS=/nologo /o"$(OUTDIR)/ExportF.bsc"
BSC32_SBRS= \
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386 /out:"Release/ExportF.add"
LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
odbccp32.lib /nologo /subsystem:windows /dll /incremental:no\
/pdb:"$(OUTDIR)/ExportF.pdb" /machine:I386 /def:".\Exportf.def"\
/out:"$(OUTDIR)/ExportF.add" /implib:"$(OUTDIR)/ExportF.lib"
DEF_FILE= \
".\Exportf.def"
LINK32_OBJS= \
"$(INTDIR)\Convert.obj" \
"$(INTDIR)\Exportf.res" \
"$(INTDIR)\Main.obj" \
"$(INTDIR)\PageMakerMemory.obj" \
"$(INTDIR)\PageMakerUtils.obj"
"$(OUTDIR)\ExportF.add" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
$(LINK32) @<<
$(LINK32_FLAGS) $(LINK32_OBJS)
<<
!ELSEIF "$(CFG)" == "ExportF - Win32 Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir "Debug"
# PROP BASE Intermediate_Dir "Debug"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "Debug"
# PROP Intermediate_Dir "Debug"
# PROP Target_Dir ""
OUTDIR=.\Debug
INTDIR=.\Debug
ALL : "$(OUTDIR)\Exportf.add"
CLEAN :
-@erase "$(INTDIR)\Convert.obj"
-@erase "$(INTDIR)\Exportf.res"
-@erase "$(INTDIR)\Main.obj"
-@erase "$(INTDIR)\PageMakerMemory.obj"
-@erase "$(INTDIR)\PageMakerUtils.obj"
-@erase "$(INTDIR)\vc40.idb"
-@erase "$(INTDIR)\vc40.pdb"
-@erase "$(OUTDIR)\Exportf.add"
-@erase "$(OUTDIR)\Exportf.exp"
-@erase "$(OUTDIR)\Exportf.ilk"
-@erase "$(OUTDIR)\Exportf.lib"
-@erase "$(OUTDIR)\Exportf.pdb"
"$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
# ADD CPP /nologo /Zp1 /ML /W3 /Gm /GX /Zi /Od /I "..\..\..\Includes" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
CPP_PROJ=/nologo /Zp1 /ML /W3 /Gm /GX /Zi /Od /I "..\..\..\Includes" /D "WIN32"\
/D "_DEBUG" /D "_WINDOWS" /Fp"$(INTDIR)/ExportF.pch" /YX /Fo"$(INTDIR)/"\
/Fd"$(INTDIR)/" /c
CPP_OBJS=.\Debug/
CPP_SBRS=.\.
# ADD BASE MTL /nologo /D "_DEBUG" /win32
# ADD MTL /nologo /D "_DEBUG" /win32
MTL_PROJ=/nologo /D "_DEBUG" /win32
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
RSC_PROJ=/l 0x409 /fo"$(INTDIR)/Exportf.res" /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
BSC32_FLAGS=/nologo /o"$(OUTDIR)/ExportF.bsc"
BSC32_SBRS= \
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /out:"Debug/Exportf.add"
LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
odbccp32.lib /nologo /subsystem:windows /dll /incremental:yes\
/pdb:"$(OUTDIR)/Exportf.pdb" /debug /machine:I386 /def:".\Exportf.def"\
/out:"$(OUTDIR)/Exportf.add" /implib:"$(OUTDIR)/Exportf.lib"
DEF_FILE= \
".\Exportf.def"
LINK32_OBJS= \
"$(INTDIR)\Convert.obj" \
"$(INTDIR)\Exportf.res" \
"$(INTDIR)\Main.obj" \
"$(INTDIR)\PageMakerMemory.obj" \
"$(INTDIR)\PageMakerUtils.obj"
"$(OUTDIR)\Exportf.add" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
$(LINK32) @<<
$(LINK32_FLAGS) $(LINK32_OBJS)
<<
!ENDIF
.c{$(CPP_OBJS)}.obj:
$(CPP) $(CPP_PROJ) $<
.cpp{$(CPP_OBJS)}.obj:
$(CPP) $(CPP_PROJ) $<
.cxx{$(CPP_OBJS)}.obj:
$(CPP) $(CPP_PROJ) $<
.c{$(CPP_SBRS)}.sbr:
$(CPP) $(CPP_PROJ) $<
.cpp{$(CPP_SBRS)}.sbr:
$(CPP) $(CPP_PROJ) $<
.cxx{$(CPP_SBRS)}.sbr:
$(CPP) $(CPP_PROJ) $<
################################################################################
# Begin Target
# Name "ExportF - Win32 Release"
# Name "ExportF - Win32 Debug"
!IF "$(CFG)" == "ExportF - Win32 Release"
!ELSEIF "$(CFG)" == "ExportF - Win32 Debug"
!ENDIF
################################################################################
# Begin Source File
SOURCE=.\Exportf.rc
"$(INTDIR)\Exportf.res" : $(SOURCE) "$(INTDIR)"
$(RSC) $(RSC_PROJ) $(SOURCE)
# End Source File
################################################################################
# Begin Source File
SOURCE=.\Resource.h
!IF "$(CFG)" == "ExportF - Win32 Release"
!ELSEIF "$(CFG)" == "ExportF - Win32 Debug"
!ENDIF
# End Source File
################################################################################
# Begin Source File
SOURCE=..\Common\Main.cpp
DEP_CPP_MAIN_=\
"..\..\..\Includes\CIBasic.h"\
"..\..\..\Includes\CICommandsAndQueries.h"\
"..\..\..\Includes\CIInterfaceManager.h"\
"..\..\..\Includes\CIWindow.h"\
"..\..\..\Includes\oldpatch.h"\
"..\..\..\Includes\oldtypes.h"\
"..\..\..\Includes\PMCommands.h"\
"..\..\..\Includes\PMCQErrs.h"\
"..\..\..\Includes\PMErrors.h"\
"..\..\..\Includes\PMEvent.h"\
"..\..\..\Includes\PMInterfaceIDs.h"\
"..\..\..\Includes\PMKeywords.h"\
"..\..\..\Includes\PMMemory.h"\
"..\..\..\Includes\pmplugin.h"\
"..\..\..\Includes\PMQueries.h"\
"..\..\..\Includes\PMTypes.h"\
"..\..\..\Includes\PMUtils.h"\
"..\..\..\Includes\WinTypes.h"\
"..\Common\Convert.h"\
"..\Common\ExportF.h"\
NODEP_CPP_MAIN_=\
"..\..\..\Includes\oldpmblk.h"\
"..\..\..\Includes\PageMakerDialogErrs.h"\
"..\..\..\Includes\PageMakerFileErrs.h"\
"..\..\..\Includes\PageMakerImpExpErrs.h"\
"..\..\..\Includes\PageMakerMiscErrs.h"\
"..\..\..\Includes\PageMakerPrinterErrs.h"\
"..\..\..\Includes\PageMakerTextErrs.h"\
"$(INTDIR)\Main.obj" : $(SOURCE) $(DEP_CPP_MAIN_) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
# End Source File
################################################################################
# Begin Source File
SOURCE=..\Common\Convert.cpp
DEP_CPP_CONVE=\
"..\..\..\Includes\CICommandsAndQueries.h"\
"..\..\..\Includes\oldpatch.h"\
"..\..\..\Includes\oldtypes.h"\
"..\..\..\Includes\PMCommands.h"\
"..\..\..\Includes\PMCQErrs.h"\
"..\..\..\Includes\PMErrors.h"\
"..\..\..\Includes\PMKeywords.h"\
"..\..\..\Includes\PMMemory.h"\
"..\..\..\Includes\pmplugin.h"\
"..\..\..\Includes\PMQueries.h"\
"..\..\..\Includes\PMTypes.h"\
"..\..\..\Includes\PMUtils.h"\
"..\Common\Convert.h"\
"..\Common\ExportF.h"\
NODEP_CPP_CONVE=\
"..\..\..\Includes\oldpmblk.h"\
"..\..\..\Includes\PageMakerDialogErrs.h"\
"..\..\..\Includes\PageMakerFileErrs.h"\
"..\..\..\Includes\PageMakerImpExpErrs.h"\
"..\..\..\Includes\PageMakerMiscErrs.h"\
"..\..\..\Includes\PageMakerPrinterErrs.h"\
"..\..\..\Includes\PageMakerTextErrs.h"\
"$(INTDIR)\Convert.obj" : $(SOURCE) $(DEP_CPP_CONVE) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
# End Source File
################################################################################
# Begin Source File
SOURCE=..\..\..\UtilityCode\PageMakerUtils.cpp
DEP_CPP_PAGEM=\
"..\..\..\Includes\oldpatch.h"\
"..\..\..\Includes\oldtypes.h"\
"..\..\..\Includes\PMCommands.h"\
"..\..\..\Includes\PMCQErrs.h"\
"..\..\..\Includes\PMErrors.h"\
"..\..\..\Includes\PMKeywords.h"\
"..\..\..\Includes\PMMemory.h"\
"..\..\..\Includes\pmplugin.h"\
"..\..\..\Includes\PMQueries.h"\
"..\..\..\Includes\PMTypes.h"\
"..\..\..\Includes\PMUtils.h"\
NODEP_CPP_PAGEM=\
"..\..\..\Includes\oldpmblk.h"\
"..\..\..\Includes\PageMakerDialogErrs.h"\
"..\..\..\Includes\PageMakerFileErrs.h"\
"..\..\..\Includes\PageMakerImpExpErrs.h"\
"..\..\..\Includes\PageMakerMiscErrs.h"\
"..\..\..\Includes\PageMakerPrinterErrs.h"\
"..\..\..\Includes\PageMakerTextErrs.h"\
"$(INTDIR)\PageMakerUtils.obj" : $(SOURCE) $(DEP_CPP_PAGEM) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
# End Source File
################################################################################
# Begin Source File
SOURCE=..\..\..\UtilityCode\PageMakerMemory.cpp
DEP_CPP_PAGEMA=\
"..\..\..\Includes\oldpatch.h"\
"..\..\..\Includes\oldtypes.h"\
"..\..\..\Includes\PMMemory.h"\
"..\..\..\Includes\PMTypes.h"\
NODEP_CPP_PAGEMA=\
"..\..\..\Includes\oldpmblk.h"\
"$(INTDIR)\PageMakerMemory.obj" : $(SOURCE) $(DEP_CPP_PAGEMA) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
# End Source File
################################################################################
# Begin Source File
SOURCE=.\Exportf.def
!IF "$(CFG)" == "ExportF - Win32 Release"
!ELSEIF "$(CFG)" == "ExportF - Win32 Debug"
!ENDIF
# End Source File
# End Target
# End Project
################################################################################